Skip to content

Commit

Permalink
Merge pull request #25 from julianrojas87/dev
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
julianrojas87 authored Nov 24, 2020
2 parents b8b4831 + c16cbf2 commit c1fbf89
Show file tree
Hide file tree
Showing 10 changed files with 7,586 additions and 15,976 deletions.
4 changes: 2 additions & 2 deletions era-widoco.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ thisVersionURI=
latestVersionURI=
previousVersionURI=
dateOfRelease=2020-11-24
ontologyRevisionNumber=v1.1.0
ontologyRevisionNumber=v1.1.1
licenseURI=https://creativecommons.org/licenses/by/4.0/
licenseName=https://creativecommons.org/licenses/by/4.0/
licenseIconURL=
citeAs=European Union Agency for Railways. ERA vocabulary. Revision: v1.1.0.
citeAs=European Union Agency for Railways. ERA vocabulary. Revision: v1.1.1.
DOI=
status=Ontology Specification
backwardsCompatibleWith=
Expand Down
14 changes: 12 additions & 2 deletions ontology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ era: a owl:Ontology ;
dct:title "ERA vocabulary"@en ;
rdfs:label "ERA vocabulary"@en ;
dct:issued "2020-07-29"^^xsd:date ;
dct:modified "2020-11-23"^^xsd:date ;
dct:modified "2020-11-24"^^xsd:date ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:author <https://julianrojas.org/#me> ;
dct:publisher "European Union Agency for Railways" ;
Expand All @@ -55,7 +55,7 @@ era: a owl:Ontology ;
dct:contributor "Dylan Van Assche" ;
dct:contributor "Pieter Colpaert" ;
rdfs:comment "Vocabulary defined by the European Union Agency for Railways to describe the concepts and relationships related to the European railway infrastructure and the vehicles authorized to operate over it."@en ;
owl:versionInfo "v1.1.0" ;
owl:versionInfo "v1.1.1" ;
owl:imports schema:, era-skos:, eu-countries:, wgs:, geosparql: .


Expand Down Expand Up @@ -478,6 +478,16 @@ era:typeVersionNumber a owl:DatatypeProperty ;
dct:modified "2020-11-22"^^xsd:date ;
vs:term_status "stable" .

era:vehicleNumber a owl:DatatypeProperty ;
rdfs:label "vehicle number"@en ;
rdfs:comment "Identification number of a vehicle or wagon."@en ;
rdfs:isDefinedBy era: ;
rdfs:domain era:Vehicle ;
rdfs:range xsd:string ;
dct:created "2020-11-24"^^xsd:date ;
dct:modified "2020-11-24"^^xsd:date ;
vs:term_status "stable" .

era:vehicleSeries a owl:DatatypeProperty ;
rdfs:label "vehicle series"@en ;
rdfs:comment "Manufacturing series of a vehicle."@en ;
Expand Down
4 changes: 2 additions & 2 deletions public/index-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2>Release 2020-11-24</h2>

<dl>
<dt>Revision:</dt>
<dd>v1.1.0</dd>
<dd>v1.1.1</dd>
<dt>Authors:</dt>
<dd>Julián Rojas, (<a href="https://idlab.technology/">Ghent University - imec</a>)</dd>

Expand All @@ -80,7 +80,7 @@ <h2>Release 2020-11-24</h2>
<dt>Download serialization:</dt><dd><span><a href="ontology.json" target="_blank"><img src="https://img.shields.io/badge/Format-JSON_LD-blue.svg" alt="JSON-LD" /></a> </span><span><a href="ontology.xml" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg" alt="RDF/XML" /></a> </span><span><a href="ontology.nt" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg" alt="N-Triples" /></a> </span><span><a href="ontology.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-TTL-blue.svg" alt="TTL" /></a> </span></dd><dt>License: </dt><dd><a href="https://creativecommons.org/licenses/by/4.0/" target="_blank"><img src="https://img.shields.io/badge/License-https://creativecommons.org/licenses/by/4.0/-blue.svg" alt="https://creativecommons.org/licenses/by/4.0/" /></a>
</dd><dt>Visualization:</dt><dd><a href="webvowl/index.html#" target="_blank"><img src="https://img.shields.io/badge/Visualize_with-WebVowl-blue.svg" alt="Visualize with WebVowl" /></a></dd>
<!-- <dt>Evaluation:</dt><dd><a href="OOPSEvaluation/OOPSeval.html#" target="_blank"><img src="https://img.shields.io/badge/Evaluate_with-OOPS! (OntOlogy Pitfall Scanner!)-blue.svg" alt="Evaluate with OOPS!" /></a></dd> --><dt>Cite as:</dt>
<dd>European Union Agency for Railways. ERA vocabulary. Revision: v1.1.0.</dd>
<dd>European Union Agency for Railways. ERA vocabulary. Revision: v1.1.1.</dd>
</dl>

<a href="provenance/provenance-en.html" target="_blank">Provenance of this page</a><hr/>
Expand Down
44 changes: 33 additions & 11 deletions public/ontology.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,15 +318,6 @@
"@id" : "http://era.europa.eu/ns#VehicleType"
} ]
} ]
}, {
"@id" : "http://era.europa.eu/concepts/restrictions#Restriction",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
}, {
"@id" : "http://era.europa.eu/concepts/vehicle-types#Category",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
}, {
"@id" : "http://era.europa.eu/concepts/vehicle-types#SubCategory",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
}, {
"@id" : "http://era.europa.eu/ns#",
"@type" : [ "http://www.w3.org/2002/07/owl#Ontology" ],
Expand All @@ -350,7 +341,7 @@
} ],
"http://purl.org/dc/terms/modified" : [ {
"@type" : "http://www.w3.org/2001/XMLSchema#date",
"@value" : "2020-11-23"
"@value" : "2020-11-24"
} ],
"http://purl.org/dc/terms/publisher" : [ {
"@value" : "European Union Agency for Railways"
Expand All @@ -375,7 +366,7 @@
"@id" : "https://schema.org/"
} ],
"http://www.w3.org/2002/07/owl#versionInfo" : [ {
"@value" : "v1.1.0"
"@value" : "v1.1.1"
} ]
}, {
"@id" : "http://era.europa.eu/ns#InternalNodeLink",
Expand Down Expand Up @@ -5154,6 +5145,37 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status" : [ {
"@value" : "stable"
} ]
}, {
"@id" : "http://era.europa.eu/ns#vehicleNumber",
"@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
"http://purl.org/dc/terms/created" : [ {
"@type" : "http://www.w3.org/2001/XMLSchema#date",
"@value" : "2020-11-24"
} ],
"http://purl.org/dc/terms/modified" : [ {
"@type" : "http://www.w3.org/2001/XMLSchema#date",
"@value" : "2020-11-24"
} ],
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
"@language" : "en",
"@value" : "Identification number of a vehicle or wagon."
} ],
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
"@id" : "http://era.europa.eu/ns#Vehicle"
} ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
"@id" : "http://era.europa.eu/ns#"
} ],
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
"@language" : "en",
"@value" : "vehicle number"
} ],
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
"@id" : "http://www.w3.org/2001/XMLSchema#string"
} ],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status" : [ {
"@value" : "stable"
} ]
}, {
"@id" : "http://era.europa.eu/ns#vehiclePantographHead",
"@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
Expand Down
24 changes: 13 additions & 11 deletions public/ontology.nt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<http://era.europa.eu/ns#> <http://purl.org/dc/terms/contributor> "Pieter Colpaert" .
<http://era.europa.eu/ns#> <http://purl.org/dc/terms/contributor> "Polymnia Vasilopoulou" .
<http://era.europa.eu/ns#> <http://purl.org/dc/terms/issued> "2020-07-29"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://era.europa.eu/ns#> <http://purl.org/dc/terms/modified> "2020-11-23"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://era.europa.eu/ns#> <http://purl.org/dc/terms/modified> "2020-11-24"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://era.europa.eu/ns#> <http://purl.org/dc/terms/publisher> "European Union Agency for Railways" .
<http://era.europa.eu/ns#> <http://purl.org/dc/terms/title> "ERA vocabulary"@en .
<http://era.europa.eu/ns#> <http://www.w3.org/2000/01/rdf-schema#comment> "Vocabulary defined by the European Union Agency for Railways to describe the concepts and relationships related to the European railway infrastructure and the vehicles authorized to operate over it."@en .
<http://era.europa.eu/ns#> <http://www.w3.org/2000/01/rdf-schema#label> "ERA vocabulary"@en .
<http://era.europa.eu/ns#> <http://www.w3.org/2002/07/owl#versionInfo> "v1.1.0" .
<http://era.europa.eu/ns#> <http://www.w3.org/2002/07/owl#versionInfo> "v1.1.1" .
#
#
# #################################################################
Expand Down Expand Up @@ -150,7 +150,6 @@
<http://era.europa.eu/ns#category> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://era.europa.eu/ns#category> <http://www.w3.org/2000/01/rdf-schema#domain> <http://era.europa.eu/ns#VehicleType> .
<http://era.europa.eu/ns#category> <http://www.w3.org/2000/01/rdf-schema#range> <http://era.europa.eu/concepts/vehicle-types#Category> .
<http://era.europa.eu/concepts/vehicle-types#Category> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://era.europa.eu/ns#category> <http://purl.org/dc/terms/created> "2020-07-29"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://era.europa.eu/ns#category> <http://purl.org/dc/terms/modified> "2020-11-19"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://era.europa.eu/ns#category> <http://www.w3.org/2000/01/rdf-schema#comment> "Vehicle category."@en .
Expand Down Expand Up @@ -553,7 +552,6 @@ _:genid38 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1
<http://era.europa.eu/ns#operationalRestriction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://era.europa.eu/ns#operationalRestriction> <http://www.w3.org/2000/01/rdf-schema#domain> <http://era.europa.eu/ns#Vehicle> .
<http://era.europa.eu/ns#operationalRestriction> <http://www.w3.org/2000/01/rdf-schema#range> <http://era.europa.eu/concepts/restrictions#Restriction> .
<http://era.europa.eu/concepts/restrictions#Restriction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://era.europa.eu/ns#operationalRestriction> <http://purl.org/dc/terms/created> "2020-11-23"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://era.europa.eu/ns#operationalRestriction> <http://purl.org/dc/terms/modified> "2020-11-23"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://era.europa.eu/ns#operationalRestriction> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates an operational restriction of vehicle or wagon."@en .
Expand Down Expand Up @@ -718,7 +716,6 @@ _:genid50 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1
<http://era.europa.eu/ns#subCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://era.europa.eu/ns#subCategory> <http://www.w3.org/2000/01/rdf-schema#domain> <http://era.europa.eu/ns#VehicleType> .
<http://era.europa.eu/ns#subCategory> <http://www.w3.org/2000/01/rdf-schema#range> <http://era.europa.eu/concepts/vehicle-types#SubCategory> .
<http://era.europa.eu/concepts/vehicle-types#SubCategory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://era.europa.eu/ns#subCategory> <http://purl.org/dc/terms/created> "2020-07-29"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://era.europa.eu/ns#subCategory> <http://purl.org/dc/terms/modified> "2020-11-19"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://era.europa.eu/ns#subCategory> <http://www.w3.org/2000/01/rdf-schema#comment> "Vehicle subcategory."@en .
Expand Down Expand Up @@ -1967,6 +1964,17 @@ _:genid92 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1
<http://era.europa.eu/ns#vehicleLength> <http://www.w3.org/2000/01/rdf-schema#label> "vehicle length"@en .
<http://era.europa.eu/ns#vehicleLength> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" .
#
# http://era.europa.eu/ns#vehicleNumber
<http://era.europa.eu/ns#vehicleNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://era.europa.eu/ns#vehicleNumber> <http://www.w3.org/2000/01/rdf-schema#domain> <http://era.europa.eu/ns#Vehicle> .
<http://era.europa.eu/ns#vehicleNumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://era.europa.eu/ns#vehicleNumber> <http://purl.org/dc/terms/created> "2020-11-24"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://era.europa.eu/ns#vehicleNumber> <http://purl.org/dc/terms/modified> "2020-11-24"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://era.europa.eu/ns#vehicleNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "Identification number of a vehicle or wagon."@en .
<http://era.europa.eu/ns#vehicleNumber> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://era.europa.eu/ns#> .
<http://era.europa.eu/ns#vehicleNumber> <http://www.w3.org/2000/01/rdf-schema#label> "vehicle number"@en .
<http://era.europa.eu/ns#vehicleNumber> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" .
#
# http://era.europa.eu/ns#vehiclePantographHead
<http://era.europa.eu/ns#vehiclePantographHead> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://era.europa.eu/ns#vehiclePantographHead> <http://www.w3.org/2000/01/rdf-schema#domain> <http://era.europa.eu/ns#VehicleType> .
Expand Down Expand Up @@ -2020,12 +2028,6 @@ _:genid95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1
# #################################################################
#
#
# http://era.europa.eu/concepts/restrictions#Restriction
#
# http://era.europa.eu/concepts/vehicle-types#Category
#
# http://era.europa.eu/concepts/vehicle-types#SubCategory
#
# http://era.europa.eu/ns#InternalNodeLink
<http://era.europa.eu/ns#InternalNodeLink> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://era.europa.eu/ns#InternalNodeLink> <http://purl.org/dc/terms/created> "2020-07-29"^^<http://www.w3.org/2001/XMLSchema#date> .
Expand Down
14 changes: 12 additions & 2 deletions public/ontology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ era: a owl:Ontology ;
dct:title "ERA vocabulary"@en ;
rdfs:label "ERA vocabulary"@en ;
dct:issued "2020-07-29"^^xsd:date ;
dct:modified "2020-11-23"^^xsd:date ;
dct:modified "2020-11-24"^^xsd:date ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:author <https://julianrojas.org/#me> ;
dct:publisher "European Union Agency for Railways" ;
Expand All @@ -55,7 +55,7 @@ era: a owl:Ontology ;
dct:contributor "Dylan Van Assche" ;
dct:contributor "Pieter Colpaert" ;
rdfs:comment "Vocabulary defined by the European Union Agency for Railways to describe the concepts and relationships related to the European railway infrastructure and the vehicles authorized to operate over it."@en ;
owl:versionInfo "v1.1.0" ;
owl:versionInfo "v1.1.1" ;
owl:imports schema:, era-skos:, eu-countries:, wgs:, geosparql: .


Expand Down Expand Up @@ -478,6 +478,16 @@ era:typeVersionNumber a owl:DatatypeProperty ;
dct:modified "2020-11-22"^^xsd:date ;
vs:term_status "stable" .

era:vehicleNumber a owl:DatatypeProperty ;
rdfs:label "vehicle number"@en ;
rdfs:comment "Identification number of a vehicle or wagon."@en ;
rdfs:isDefinedBy era: ;
rdfs:domain era:Vehicle ;
rdfs:range xsd:string ;
dct:created "2020-11-24"^^xsd:date ;
dct:modified "2020-11-24"^^xsd:date ;
vs:term_status "stable" .

era:vehicleSeries a owl:DatatypeProperty ;
rdfs:label "vehicle series"@en ;
rdfs:comment "Manufacturing series of a vehicle."@en ;
Expand Down
41 changes: 18 additions & 23 deletions public/ontology.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<terms:contributor>Pieter Colpaert</terms:contributor>
<terms:contributor>Polymnia Vasilopoulou</terms:contributor>
<terms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2020-07-29</terms:issued>
<terms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2020-11-23</terms:modified>
<terms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2020-11-24</terms:modified>
<terms:publisher>European Union Agency for Railways</terms:publisher>
<terms:title xml:lang="en">ERA vocabulary</terms:title>
<rdfs:comment xml:lang="en">Vocabulary defined by the European Union Agency for Railways to describe the concepts and relationships related to the European railway infrastructure and the vehicles authorized to operate over it.</rdfs:comment>
<rdfs:label xml:lang="en">ERA vocabulary</rdfs:label>
<owl:versionInfo>v1.1.0</owl:versionInfo>
<owl:versionInfo>v1.1.1</owl:versionInfo>
</owl:Ontology>


Expand Down Expand Up @@ -2693,6 +2693,22 @@ above the local reference ellipsoid).</rdfs:comment>



<!-- http://era.europa.eu/ns#vehicleNumber -->


<owl:DatatypeProperty rdf:about="http://era.europa.eu/ns#vehicleNumber">
<rdfs:domain rdf:resource="http://era.europa.eu/ns#Vehicle"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2020-11-24</terms:created>
<terms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2020-11-24</terms:modified>
<rdfs:comment xml:lang="en">Identification number of a vehicle or wagon.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://era.europa.eu/ns#"/>
<rdfs:label xml:lang="en">vehicle number</rdfs:label>
<ns:term_status>stable</ns:term_status>
</owl:DatatypeProperty>



<!-- http://era.europa.eu/ns#vehiclePantographHead -->


Expand Down Expand Up @@ -2763,27 +2779,6 @@ above the local reference ellipsoid).</rdfs:comment>



<!-- http://era.europa.eu/concepts/restrictions#Restriction -->


<owl:Class rdf:about="http://era.europa.eu/concepts/restrictions#Restriction"/>



<!-- http://era.europa.eu/concepts/vehicle-types#Category -->


<owl:Class rdf:about="http://era.europa.eu/concepts/vehicle-types#Category"/>



<!-- http://era.europa.eu/concepts/vehicle-types#SubCategory -->


<owl:Class rdf:about="http://era.europa.eu/concepts/vehicle-types#SubCategory"/>



<!-- http://era.europa.eu/ns#InternalNodeLink -->


Expand Down
Loading

0 comments on commit c1fbf89

Please sign in to comment.