Listing 2.
An extract of the LOV4IoT dataset
1 @prefix m3: <http://sensormeasurement.appspot.com/m3#>. 2 @prefix rdfs: <http://www.w3.org/2000/01/rdf−schema#>. 3 <m3:M2MApplication rdf:about=“Consoli2015”> 4 <m3:hasContext rdf:resource=“&m3;IoT”/> 5 <m3:hasContext rdf:resource=“&m3;City”/> 6 <rdfs:label xml:lang=“en”>Smart City PRISMA ontology</rdfs:label> 7 <rdfs:comment xml:lang=“en”>A Smart City Data Model based on Semantics Best Practice and Principles [Consoli et al. WWW Companion 2015]</rdfs:comment> 8 <lov4iot:hasOntologyStatus rdf:resource=“&lov4iot;Online”/> 9 <dcterms:issued rdf:datatype=“http://www.w3.org/2001/XMLSchema# date”>2017−07−27</dcterms:issued> 10 <dcterms:modified rdf:datatype=“http://www.w3.org/2001/ XMLSchema#date”>2017−08−17</dcterms:modified> 11 <m3:hasUrlOntology rdf:resource=“http://www.ontologydesignpatterns .org/ont/prisma/ontology.owl”/> 12 </m3:M2MApplication> |