@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.openlinksw.com/oplweb/processor/dotnet1.1/1#> .
@prefix OpenLink:	<http://www.openlinksw.com/schemas/oplweb#> .
ns1:this	rdf:type	OpenLink:Processor .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:this	rdfs:label	".NET CLR 1.1" .
@prefix ns4:	<http://data.openlinksw.com/oplweb/processor_mode/32Bit#> .
ns1:this	OpenLink:ProcessorMode	ns4:this ;
	OpenLink:ProcessorName	"dotnet1.1" ;
	OpenLink:ProcessorVersion	"1.1" ;
	OpenLink:ProcessorDescription	".NET CLR 1.1" .
@prefix ns5:	<http://data.openlinksw.com/oplweb/processor_family/.NETCLR#> .
ns1:this	OpenLink:isOfProcessorFamily	ns5:this .
@prefix ns6:	<http://data.openlinksw.com/oplweb/product/dotnet-odbc-st#> .
ns1:this	OpenLink:hasProducts	ns6:this .
@prefix ns7:	<http://data.openlinksw.com/oplweb/product/dotnet-oracle-mt#> .
ns1:this	OpenLink:hasProducts	ns7:this .
@prefix ns8:	<http://data.openlinksw.com/oplweb/product/dotnet-postgres-mt#> .
ns1:this	OpenLink:hasProducts	ns8:this .
@prefix ns9:	<http://data.openlinksw.com/oplweb/product/dotnet-mysql-mt#> .
ns1:this	OpenLink:hasProducts	ns9:this .
@prefix ns10:	<http://data.openlinksw.com/oplweb/product/dotnet-odbc-mt#> .
ns1:this	OpenLink:hasProducts	ns10:this .
@prefix ns11:	<http://data.openlinksw.com/oplweb/product/dotnet-ingres-mt#> .
ns1:this	OpenLink:hasProducts	ns11:this .
@prefix ns12:	<http://data.openlinksw.com/oplweb/product/dotnet-jdbc-bridge-mt#> .
ns1:this	OpenLink:hasProducts	ns12:this .
@prefix ns13:	<http://data.openlinksw.com/oplweb/product/dotnet-informix-mt#> .
ns1:this	OpenLink:hasProducts	ns13:this .
@prefix ns14:	<http://data.openlinksw.com/oplweb/product/dotnet-sybase-st#> .
ns1:this	OpenLink:hasProducts	ns14:this .
@prefix ns15:	<http://data.openlinksw.com/oplweb/product/dotnet-sybase-mt#> .
ns1:this	OpenLink:hasProducts	ns15:this .
@prefix ns16:	<http://data.openlinksw.com/oplweb/product/dotnet-progress-mt#> .
ns1:this	OpenLink:hasProducts	ns16:this .
@prefix ns17:	<http://data.openlinksw.com/oplweb/product/dotnet-sqlserver-mt#> .
ns1:this	OpenLink:hasProducts	ns17:this .
@prefix ns18:	<http://data.openlinksw.com/oplweb/product/dotnet-db2-mt#> .
ns1:this	OpenLink:hasProducts	ns18:this .
@prefix ns19:	<http://data.openlinksw.com/oplweb/product/dotnet-sqlserver-st#> .
ns1:this	OpenLink:hasProducts	ns19:this .
@prefix ns20:	<http://data.openlinksw.com/oplweb/product_family/uda#> .
ns1:this	OpenLink:hasProductFamily	ns20:this .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	rdfs: ,
		OpenLink: .