Commit f854ce14 authored by albaizq's avatar albaizq
Browse files

fix buf metadata

parent ef8962d9
Loading
Loading
Loading
Loading
+19 −11
Original line number Diff line number Diff line
@prefix : <http://w3id.org/saref4inma#> .
@prefix : <https://w3id.org/saref4inma#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@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 prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix saref: <https://w3id.org/saref#> .
@base <http://w3id.org/saref4inma> .

<http://w3id.org/saref4inma> rdf:type owl:Ontology ;
                              <http://purl.org/vocab/vann/preferredNamespacePrefix> "saref4inma" ;
                              <http://purl.org/dc/terms/creator> <http://www.garcia-castro.com/foaf.rdf#me> ;
                              owl:versionInfo "0.0.1" ;
                              rdfs:comment "This ontology extends the SAREF ontology for the industry and manufacturing domain. This extension is based on the Reference Architectural Model Industry 4.0 (RAMI)" ;
                              <http://purl.org/dc/terms/license> <http://purl.org/NET/rdflicense/cc-by4.0> ;
                              <http://purl.org/dc/elements/1.1/title> "SAREF extension for industry and manufacturing domain" ;
                              <http://purl.org/dc/terms/creator> "Alba Fernández Izquierdo" .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix saref: <https://w3id.org/saref#> .
@base <https://w3id.org/saref4inma> .


<https://w3id.org/def/saref4inma> rdf:type owl:Ontology ;
                                   dc:description "This ontology extends the SAREF ontology for the industry and manufacturing domain. This extension is based on the Reference Architectural Model Industry 4.0 (RAMI)."@en ;
                                   dcterms:creator "Alba Fernandez Izquierdo" ,
                                                   <http://www.garcia-castro.com/foaf.rdf#me> ;
                                   dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
                                   owl:versionInfo "1.0" ;
                                   vann:preferredNamespaceUri "https://w3id.org/def/saref4inma#" ;
                                   dc:title "SAREF extension for industry and manufacturing domain"@en ;
                                   dc:publisher <http://www.oeg-upm.net/> ;
                                   vann:preferredNamespacePrefix "s4inma" .

#################################################################
#    Annotation properties