-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate rdf and jsonld using a standard process.
- Loading branch information
1 parent
8c0bf33
commit 85b6950
Showing
98 changed files
with
104,237 additions
and
110,552 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,140 +1,175 @@ | ||
[{ | ||
"@id": "http://purl.org/acco/ns#Accommodation", | ||
"@type": ["http://www.w3.org/2002/07/owl#Class"] | ||
}, { | ||
"@id": "http://purl.org/acco/ns#AccommodationFeature", | ||
"@type": ["http://www.w3.org/2002/07/owl#Class"] | ||
}, { | ||
"@id": "http://purl.org/dc/terms/identifier", | ||
"@type": ["http://www.w3.org/2002/07/owl#DatatypeProperty"] | ||
}, { | ||
"@id": "http://schema.org/LodgingBusiness", | ||
"@type": ["http://www.w3.org/2002/07/owl#Class"] | ||
}, { | ||
"@id": "http://schema.org/Rating", | ||
"@type": ["http://www.w3.org/2002/07/owl#Class"] | ||
}, { | ||
"@id": "http://schema.org/Room", | ||
"@type": ["http://www.w3.org/2002/07/owl#Class"] | ||
}, { | ||
"@id": "http://www.w3.org/2002/07/owl#Class" | ||
}, { | ||
"@id": "http://www.w3.org/2002/07/owl#DatatypeProperty" | ||
}, { | ||
"@id": "http://www.w3.org/2002/07/owl#Ontology" | ||
}, { | ||
"@id": "http://www.w3.org/2004/02/skos/core#Concept", | ||
"@type": ["http://www.w3.org/2002/07/owl#Class"] | ||
}, { | ||
"@id": "http://www.w3.org/2004/02/skos/core#notation", | ||
"@type": ["http://www.w3.org/2002/07/owl#DatatypeProperty"] | ||
}, { | ||
"@id": "http://www.w3.org/2004/02/skos/core#prefLabel", | ||
"@type": ["http://www.w3.org/2002/07/owl#DatatypeProperty"] | ||
}, { | ||
"@id": "https://w3id.org/italia/onto/ACCO" | ||
}, { | ||
"@id": "https://w3id.org/italia/onto/ACCO-aligns", | ||
"@type": ["http://www.w3.org/2002/07/owl#Ontology"], | ||
"http://www.w3.org/2002/07/owl#versionIRI": [{ | ||
"@id": "https://w3id.org/italia/onto/ACCO-aligns/0.3" | ||
}], | ||
"http://purl.org/dc/elements/1.1/creator": [{ | ||
"@value": "Institute of Cognitive Sciences and Technologies of the Italian Research Council (CNR) - Semantic Technology Laboratory (STLab)", | ||
"@language": "en" | ||
}, { | ||
"@value": "Agency for Digital Italy - AgID", | ||
"@language": "en" | ||
}, { | ||
"@value": "Italian Digital Transformation Team", | ||
"@language": "en" | ||
}], | ||
"http://purl.org/dc/elements/1.1/modified": [{ | ||
"@value": "2018-13-03", | ||
"@type": "http://www.w3.org/2001/XMLSchema#date" | ||
}], | ||
"http://purl.org/dc/elements/1.1/title": [{ | ||
"@value": "These are the alignments to external ontologies widely used and available at the state of the art", | ||
"@language": "en" | ||
}, { | ||
"@value": "Questi sono gli allineamenti dell'ontologia sulle strutture ricettive (Accommodation - Italian Application Profile (ACCO-AP_IT) verso ontologie esterne del Web semantico standard e ampiamente utilizzate.", | ||
"@language": "it" | ||
}], | ||
"http://www.w3.org/2002/07/owl#imports": [{ | ||
"@id": "https://w3id.org/italia/onto/ACCO" | ||
}] | ||
}, { | ||
"@id": "https://w3id.org/italia/onto/ACCO-aligns/0.3" | ||
}, { | ||
"@id": "https://w3id.org/italia/onto/ACCO/" | ||
}, { | ||
"@id": "https://w3id.org/italia/onto/ACCO/Accommodation", | ||
"@type": ["http://www.w3.org/2002/07/owl#Class"], | ||
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [{ | ||
"@id": "https://w3id.org/italia/onto/ACCO/" | ||
}], | ||
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [{ | ||
"@id": "http://schema.org/LodgingBusiness" | ||
}, { | ||
"@id": "http://purl.org/acco/ns#Accommodation" | ||
}] | ||
}, { | ||
"@id": "https://w3id.org/italia/onto/ACCO/AccommodationRoom", | ||
"@type": ["http://www.w3.org/2002/07/owl#Class"], | ||
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [{ | ||
"@id": "https://w3id.org/italia/onto/ACCO/" | ||
}], | ||
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [{ | ||
"@id": "http://schema.org/Room" | ||
}] | ||
}, { | ||
"@id": "https://w3id.org/italia/onto/ACCO/AccommodationStarRating", | ||
"@type": ["http://www.w3.org/2002/07/owl#Class"], | ||
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [{ | ||
"@id": "https://w3id.org/italia/onto/ACCO/" | ||
}], | ||
"http://www.w3.org/2000/01/rdf-schema#equivalentClass": [{ | ||
"@id": "http://www.w3.org/2004/02/skos/core#Concept" | ||
}], | ||
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [{ | ||
"@id": "http://schema.org/Rating" | ||
}] | ||
}, { | ||
"@id": "https://w3id.org/italia/onto/ACCO/AccommodationTypology", | ||
"@type": ["http://www.w3.org/2002/07/owl#Class"], | ||
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [{ | ||
"@id": "https://w3id.org/italia/onto/ACCO/" | ||
}], | ||
"http://www.w3.org/2000/01/rdf-schema#equivalentClass": [{ | ||
"@id": "http://www.w3.org/2004/02/skos/core#Concept" | ||
}] | ||
}, { | ||
"@id": "https://w3id.org/italia/onto/ACCO/OSDFeature", | ||
"@type": ["http://www.w3.org/2002/07/owl#Class"], | ||
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [{ | ||
"@id": "https://w3id.org/italia/onto/ACCO/" | ||
}], | ||
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [{ | ||
"@id": "http://purl.org/acco/ns#AccommodationFeature" | ||
}] | ||
}, { | ||
"@id": "https://w3id.org/italia/onto/ACCO/accoStarRatingID", | ||
"@type": ["http://www.w3.org/2002/07/owl#DatatypeProperty"], | ||
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [{ | ||
"@id": "https://w3id.org/italia/onto/ACCO/" | ||
}], | ||
"http://www.w3.org/2000/01/rdf-schema#equivalentProperty": [{ | ||
"@id": "http://www.w3.org/2004/02/skos/core#notation" | ||
}, { | ||
"@id": "http://purl.org/dc/terms/identifier" | ||
}] | ||
}, { | ||
"@id": "https://w3id.org/italia/onto/ACCO/accoStarRatingLabel", | ||
"@type": ["http://www.w3.org/2002/07/owl#DatatypeProperty"], | ||
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [{ | ||
"@id": "https://w3id.org/italia/onto/ACCO/" | ||
}], | ||
"http://www.w3.org/2000/01/rdf-schema#equivalentProperty": [{ | ||
"@id": "http://www.w3.org/2004/02/skos/core#prefLabel" | ||
}] | ||
}] | ||
{ | ||
"@context": { | ||
"acco": "http://purl.org/acco/ns#", | ||
"accoapit": "https://w3id.org/italia/onto/ACCO/", | ||
"dc": "http://purl.org/dc/elements/1.1/", | ||
"dct": "http://purl.org/dc/terms/", | ||
"foaf": "http://xmlns.com/foaf/0.1/", | ||
"owl": "http://www.w3.org/2002/07/owl#", | ||
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", | ||
"rdfs": "http://www.w3.org/2000/01/rdf-schema#", | ||
"schema": "http://schema.org/", | ||
"skos": "http://www.w3.org/2004/02/skos/core#", | ||
"xml": "http://www.w3.org/XML/1998/namespace", | ||
"xsd": "http://www.w3.org/2001/XMLSchema#" | ||
}, | ||
"@graph": [ | ||
{ | ||
"@id": "acco:Accommodation", | ||
"@type": "owl:Class" | ||
}, | ||
{ | ||
"@id": "acco:AccommodationFeature", | ||
"@type": "owl:Class" | ||
}, | ||
{ | ||
"@id": "accoapit:Accommodation", | ||
"@type": "owl:Class", | ||
"rdfs:isDefinedBy": { | ||
"@id": "https://w3id.org/italia/onto/ACCO/" | ||
}, | ||
"rdfs:subClassOf": [ | ||
{ | ||
"@id": "schema:LodgingBusiness" | ||
}, | ||
{ | ||
"@id": "acco:Accommodation" | ||
} | ||
] | ||
}, | ||
{ | ||
"@id": "accoapit:AccommodationRoom", | ||
"@type": "owl:Class", | ||
"rdfs:isDefinedBy": { | ||
"@id": "https://w3id.org/italia/onto/ACCO/" | ||
}, | ||
"rdfs:subClassOf": { | ||
"@id": "schema:Room" | ||
} | ||
}, | ||
{ | ||
"@id": "accoapit:AccommodationStarRating", | ||
"@type": "owl:Class", | ||
"rdfs:equivalentClass": { | ||
"@id": "skos:Concept" | ||
}, | ||
"rdfs:isDefinedBy": { | ||
"@id": "https://w3id.org/italia/onto/ACCO/" | ||
}, | ||
"rdfs:subClassOf": { | ||
"@id": "schema:Rating" | ||
} | ||
}, | ||
{ | ||
"@id": "accoapit:AccommodationTypology", | ||
"@type": "owl:Class", | ||
"rdfs:equivalentClass": { | ||
"@id": "skos:Concept" | ||
}, | ||
"rdfs:isDefinedBy": { | ||
"@id": "https://w3id.org/italia/onto/ACCO/" | ||
} | ||
}, | ||
{ | ||
"@id": "accoapit:OSDFeature", | ||
"@type": "owl:Class", | ||
"rdfs:isDefinedBy": { | ||
"@id": "https://w3id.org/italia/onto/ACCO/" | ||
}, | ||
"rdfs:subClassOf": { | ||
"@id": "acco:AccommodationFeature" | ||
} | ||
}, | ||
{ | ||
"@id": "accoapit:accoStarRatingID", | ||
"@type": "owl:DatatypeProperty", | ||
"rdfs:equivalentProperty": [ | ||
{ | ||
"@id": "skos:notation" | ||
}, | ||
{ | ||
"@id": "dct:identifier" | ||
} | ||
], | ||
"rdfs:isDefinedBy": { | ||
"@id": "https://w3id.org/italia/onto/ACCO/" | ||
} | ||
}, | ||
{ | ||
"@id": "accoapit:accoStarRatingLabel", | ||
"@type": "owl:DatatypeProperty", | ||
"rdfs:equivalentProperty": { | ||
"@id": "skos:prefLabel" | ||
}, | ||
"rdfs:isDefinedBy": { | ||
"@id": "https://w3id.org/italia/onto/ACCO/" | ||
} | ||
}, | ||
{ | ||
"@id": "dct:identifier", | ||
"@type": "owl:DatatypeProperty" | ||
}, | ||
{ | ||
"@id": "https://w3id.org/italia/onto/ACCO-aligns", | ||
"@type": "owl:Ontology", | ||
"dc:creator": [ | ||
{ | ||
"@language": "en", | ||
"@value": "Institute of Cognitive Sciences and Technologies of the Italian Research Council (CNR) - Semantic Technology Laboratory (STLab)" | ||
}, | ||
{ | ||
"@language": "en", | ||
"@value": "Agency for Digital Italy - AgID" | ||
}, | ||
{ | ||
"@language": "en", | ||
"@value": "Italian Digital Transformation Team" | ||
} | ||
], | ||
"dc:modified": { | ||
"@type": "xsd:date", | ||
"@value": "2018-13-03" | ||
}, | ||
"dc:title": [ | ||
{ | ||
"@language": "en", | ||
"@value": "These are the alignments to external ontologies widely used and available at the state of the art" | ||
}, | ||
{ | ||
"@language": "it", | ||
"@value": "Questi sono gli allineamenti dell'ontologia sulle strutture ricettive (Accommodation - Italian Application Profile (ACCO-AP_IT) verso ontologie esterne del Web semantico standard e ampiamente utilizzate." | ||
} | ||
], | ||
"owl:imports": { | ||
"@id": "https://w3id.org/italia/onto/ACCO" | ||
}, | ||
"owl:versionIRI": { | ||
"@id": "https://w3id.org/italia/onto/ACCO-aligns/0.3" | ||
} | ||
}, | ||
{ | ||
"@id": "schema:LodgingBusiness", | ||
"@type": "owl:Class" | ||
}, | ||
{ | ||
"@id": "schema:Rating", | ||
"@type": "owl:Class" | ||
}, | ||
{ | ||
"@id": "schema:Room", | ||
"@type": "owl:Class" | ||
}, | ||
{ | ||
"@id": "skos:Concept", | ||
"@type": "owl:Class" | ||
}, | ||
{ | ||
"@id": "skos:notation", | ||
"@type": "owl:DatatypeProperty" | ||
}, | ||
{ | ||
"@id": "skos:prefLabel", | ||
"@type": "owl:DatatypeProperty" | ||
} | ||
] | ||
} |
Oops, something went wrong.