Commit e219ac7d authored by María's avatar María
Browse files

removed files

parent 64d0270b
Loading
Loading
Loading
Loading
Loading
+0 −645

File deleted.

Preview size limit exceeded, changes collapsed.

examples/example1INMA.ttl

deleted100644 → 0
+0 −25
Original line number Diff line number Diff line
@prefix : <https://saref.etsi.org/saref4inma/v2.1.1/example/example1INMA#> .
@prefix ex: <https://saref.etsi.org/saref4inma/v2.1.1/example/example1INMA/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4bldg: <https://saref.etsi.org/saref4bldg/> .
@prefix s4inma: <https://saref.etsi.org/saref4inma/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <https://saref.etsi.org/saref4inma/v2.1.1/example/example1INMA#> .

<https://saref.etsi.org/saref4inma/v2.1.1/example/example1INMA#> a dctype:Dataset ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
  dcterms:conformsTo <https://saref.etsi.org/core/v3.1.1/> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4bldg/v2.1.1/> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4inma/v2.1.1/> ;
  dcterms:title "Example of use for the SAREF extension for the Industry and Manufacturing domains"@en ;
  dcterms:description "Example of use for the SAREF extension for the Industry and Manufacturing domains"@en ;
  owl:versionInfo "Created with TopBraid Composer"^^xsd:string .