@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix wikibase: <http://wikiba.se/ontology#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix wd: <https://reprexbase.eu/skcmdb/entity/> .
@prefix data: <https://www.wikidata.org/wiki/Special:EntityData/> .
@prefix s: <https://reprexbase.eu/skcmdb/entity/statement/> .
@prefix ref: <https://reprexbase.eu/skcmdb/reference/> .
@prefix v: <https://reprexbase.eu/skcmdb/value/> .
@prefix wdt: <https://reprexbase.eu/skcmdb/prop/direct/> .
@prefix wdtn: <https://reprexbase.eu/skcmdb/prop/direct-normalized/> .
@prefix p: <https://reprexbase.eu/skcmdb/prop/> .
@prefix ps: <https://reprexbase.eu/skcmdb/prop/statement/> .
@prefix psv: <https://reprexbase.eu/skcmdb/prop/statement/value/> .
@prefix psn: <https://reprexbase.eu/skcmdb/prop/statement/value-normalized/> .
@prefix pq: <https://reprexbase.eu/skcmdb/prop/qualifier/> .
@prefix pqv: <https://reprexbase.eu/skcmdb/prop/qualifier/value/> .
@prefix pqn: <https://reprexbase.eu/skcmdb/prop/qualifier/value-normalized/> .
@prefix pr: <https://reprexbase.eu/skcmdb/prop/reference/> .
@prefix prv: <https://reprexbase.eu/skcmdb/prop/reference/value/> .
@prefix prn: <https://reprexbase.eu/skcmdb/prop/reference/value-normalized/> .
@prefix wdno: <https://reprexbase.eu/skcmdb/prop/novalue/> .

data:P91 a schema:Dataset ;
	schema:about wd:P91 ;
	cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
	schema:softwareVersion "1.0.0" ;
	schema:version "13694"^^xsd:integer ;
	schema:dateModified "2026-02-23T01:39:10Z"^^xsd:dateTime ;
	wikibase:statements "1"^^xsd:integer .

wd:P91 a wikibase:Property ;
	wdt:P2 "P3242" ;
	p:P2 s:P91-EC38AFAC-1F61-4C6D-B06A-A601994575E0 .

s:P91-EC38AFAC-1F61-4C6D-B06A-A601994575E0 a wikibase:Statement,
		wikibase:BestRank ;
	wikibase:rank wikibase:NormalRank ;
	ps:P2 "P3242" .

wd:P91 rdfs:label "SIC Code (US)"@en ;
	skos:prefLabel "SIC Code (US)"@en ;
	schema:name "SIC Code (US)"@en ;
	rdfs:label "SIC-kód"@hu ;
	skos:prefLabel "SIC-kód"@hu ;
	schema:name "SIC-kód"@hu ;
	rdfs:label "kod SIC"@pl ;
	skos:prefLabel "kod SIC"@pl ;
	schema:name "kod SIC"@pl ;
	rdfs:label "SIC-identificatiecode"@nl ;
	skos:prefLabel "SIC-identificatiecode"@nl ;
	schema:name "SIC-identificatiecode"@nl ;
	rdfs:label "SIC-Code"@de ;
	skos:prefLabel "SIC-Code"@de ;
	schema:name "SIC-Code"@de ;
	rdfs:label "code SIC"@fr ;
	skos:prefLabel "code SIC"@fr ;
	schema:name "code SIC"@fr ;
	rdfs:label "Número de la Clasificación Industrial Estándar de EE"@es ;
	skos:prefLabel "Número de la Clasificación Industrial Estándar de EE"@es ;
	schema:name "Número de la Clasificación Industrial Estándar de EE"@es ;
	rdfs:label "kód SIC"@sk ;
	skos:prefLabel "kód SIC"@sk ;
	schema:name "kód SIC"@sk ;
	schema:description "U.S. Standard Industrial Classification number for industries and economic activities"@en,
		"Standard Industrial Classification nummer"@nl,
		"amerikanische Industrieklassifikation"@de,
		"numéro de classification des types d'industries aux États-Unis"@fr,
		"Número de la Clasificación Industrial Estándar de EE. UU. para industrias y actividades económicas"@es,
		"U.S. Standard Industrial Classification číslo pre priemyselné odvetvia a ekonomické aktivity"@sk ;
	wikibase:propertyType <http://wikiba.se/ontology#ExternalId> ;
	wikibase:directClaim wdt:P91 ;
	wikibase:claim p:P91 ;
	wikibase:statementProperty ps:P91 ;
	wikibase:statementValue psv:P91 ;
	wikibase:qualifier pq:P91 ;
	wikibase:qualifierValue pqv:P91 ;
	wikibase:reference pr:P91 ;
	wikibase:referenceValue prv:P91 ;
	wikibase:novalue wdno:P91 ;
	wikibase:directClaimNormalized wdtn:P91 ;
	wikibase:statementValueNormalized psn:P91 ;
	wikibase:qualifierValueNormalized pqn:P91 ;
	wikibase:referenceValueNormalized prn:P91 .

p:P91 a owl:ObjectProperty .

psv:P91 a owl:ObjectProperty .

pqv:P91 a owl:ObjectProperty .

prv:P91 a owl:ObjectProperty .

wdt:P91 a owl:DatatypeProperty .

ps:P91 a owl:DatatypeProperty .

pq:P91 a owl:DatatypeProperty .

pr:P91 a owl:DatatypeProperty .

psn:P91 a owl:ObjectProperty .

pqn:P91 a owl:ObjectProperty .

prn:P91 a owl:ObjectProperty .

wdtn:P91 a owl:ObjectProperty .

wdno:P91 a owl:Class ;
	owl:complementOf _:5b205d8ffdd9dc35140a312a157318a8 .

_:5b205d8ffdd9dc35140a312a157318a8 a owl:Restriction ;
	owl:onProperty wdt:P91 ;
	owl:someValuesFrom owl:Thing .

wd:P2 a wikibase:Property ;
	rdfs:label "Wikidata PID"@en ;
	skos:prefLabel "Wikidata PID"@en ;
	schema:name "Wikidata PID"@en ;
	schema:description "equivalent item on Wikidata"@en ;
	wikibase:propertyType <http://wikiba.se/ontology#ExternalId> ;
	wikibase:directClaim wdt:P2 ;
	wikibase:claim p:P2 ;
	wikibase:statementProperty ps:P2 ;
	wikibase:statementValue psv:P2 ;
	wikibase:qualifier pq:P2 ;
	wikibase:qualifierValue pqv:P2 ;
	wikibase:reference pr:P2 ;
	wikibase:referenceValue prv:P2 ;
	wikibase:novalue wdno:P2 ;
	wikibase:directClaimNormalized wdtn:P2 ;
	wikibase:statementValueNormalized psn:P2 ;
	wikibase:qualifierValueNormalized pqn:P2 ;
	wikibase:referenceValueNormalized prn:P2 .

p:P2 a owl:ObjectProperty .

psv:P2 a owl:ObjectProperty .

pqv:P2 a owl:ObjectProperty .

prv:P2 a owl:ObjectProperty .

wdt:P2 a owl:DatatypeProperty .

ps:P2 a owl:DatatypeProperty .

pq:P2 a owl:DatatypeProperty .

pr:P2 a owl:DatatypeProperty .

psn:P2 a owl:ObjectProperty .

pqn:P2 a owl:ObjectProperty .

prn:P2 a owl:ObjectProperty .

wdtn:P2 a owl:ObjectProperty .

wdno:P2 a owl:Class ;
	owl:complementOf _:79c77f7188cda9181b672bcb302076b5 .

_:79c77f7188cda9181b672bcb302076b5 a owl:Restriction ;
	owl:onProperty wdt:P2 ;
	owl:someValuesFrom owl:Thing .
